From: Santiago Kozak Date: Tue, 12 Jul 2022 23:10:02 +0000 (-0300) Subject: luci-mod-dashboard: improve label's display X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=cd9a0d4dfd09b3b08d4916e58d4453ee19d26218;p=project%2Fluci.git luci-mod-dashboard: improve label's display Removing overflow and position, adding padding and increasing font size for the label. Signed-off-by: Santiago Kozak (cherry picked from commit df8b5f4e381961707efd50d60390a43639584992) --- diff --git a/modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/css/custom.css b/modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/css/custom.css index 8db3bbbe14..66dd81f79e 100644 --- a/modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/css/custom.css +++ b/modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/css/custom.css @@ -120,13 +120,11 @@ .Dashboard .settings-info p span:nth-child(2){ display: inline-block; word-break: break-all; - overflow: hidden; - position: relative; - top:2px; } .Dashboard .settings-info p span:nth-child(2).label { - font-size: 8px; + padding: 1px 4px 1px 4px; + font-size: 9.75px; } .Dashboard .router-status-info .settings-info p span:nth-child(2){